home *** CD-ROM | disk | FTP | other *** search
/ Expérience virtuelle des animaux du future / Futuroscope_Experience_Setup.exe / {app} / Bin / Media / Graphics / Core.dat / adf.material < prev    next >
Text File  |  2008-01-10  |  680b  |  61 lines

  1. material ADF/Background
  2. {
  3.     receive_shadows off
  4.  
  5.     technique
  6.     {
  7.         pass
  8.         {
  9.             lighting off
  10.             depth_check off
  11.             depth_write off
  12.             
  13.             texture_unit
  14.             {
  15.                 texture adf-bg.jpg 2d 0
  16.             }
  17.         }
  18.     }
  19. }
  20.  
  21. material ADF/Video
  22. {
  23.     receive_shadows off
  24.  
  25.     technique
  26.     {
  27.         pass
  28.         {
  29.             lighting off
  30.             depth_check off
  31.             depth_write off
  32.             
  33.             texture_unit
  34.             {
  35.                 texture ADF/Texture 2d 0
  36.                 
  37.                  tex_address_mode border
  38.                  tex_border_colour 0 0 0 1
  39.             }
  40.         }
  41.     }
  42. }
  43.  
  44. material ADF/DebugShadows
  45. {
  46.     technique
  47.     {
  48.         pass
  49.         {
  50.             lighting off
  51.             depth_check off
  52.             depth_write off
  53.             
  54.             texture_unit
  55.             {
  56.                 texture Dummy 2d 0
  57.             }
  58.         }
  59.     }
  60. }
  61.